home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Tools / Drive Rescue / _SETUP.1 / rescue.exe / 0 / RCDATA / TPREVIEWDRVDIALOG / TPREVIEWDRVDIALOG.txt
Encoding:
Text File  |  2001-12-05  |  2.8 KB  |  162 lines

  1. object PreviewDrvDialog: TPreviewDrvDialog
  2.   Left = 131
  3.   Top = 111
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preview logical drive'
  7.   ClientHeight = 298
  8.   ClientWidth = 547
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 241
  22.     Height = 241
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 20
  27.     Top = 40
  28.     Width = 74
  29.     Height = 13
  30.     Caption = 'Physical sector:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 20
  34.     Top = 100
  35.     Width = 91
  36.     Height = 13
  37.     Caption = 'Sectors per cluster:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 20
  41.     Top = 120
  42.     Width = 91
  43.     Height = 13
  44.     Caption = 'FAT type detected:'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 20
  48.     Top = 140
  49.     Width = 56
  50.     Height = 13
  51.     Caption = 'OEM name:'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 20
  55.     Top = 160
  56.     Width = 63
  57.     Height = 13
  58.     Caption = 'Volume label:'
  59.   end
  60.   object Label6: TLabel
  61.     Left = 20
  62.     Top = 80
  63.     Width = 64
  64.     Height = 13
  65.     Caption = 'Total sectors:'
  66.   end
  67.   object Label7: TLabel
  68.     Left = 268
  69.     Top = 12
  70.     Width = 119
  71.     Height = 13
  72.     Caption = 'Root directory (unsorted):'
  73.   end
  74.   object OKBtn: TButton
  75.     Left = 219
  76.     Top = 264
  77.     Width = 75
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 0
  84.   end
  85.   object EditPhysSec: TEdit
  86.     Left = 116
  87.     Top = 36
  88.     Width = 121
  89.     Height = 21
  90.     ReadOnly = True
  91.     TabOrder = 1
  92.     Text = 'EditPhysSec'
  93.   end
  94.   object EditSecPerClus: TEdit
  95.     Left = 116
  96.     Top = 96
  97.     Width = 121
  98.     Height = 21
  99.     ReadOnly = True
  100.     TabOrder = 2
  101.     Text = 'EditSecPerClus'
  102.   end
  103.   object EditFAT: TEdit
  104.     Left = 116
  105.     Top = 116
  106.     Width = 121
  107.     Height = 21
  108.     ReadOnly = True
  109.     TabOrder = 3
  110.     Text = 'EditFAT'
  111.   end
  112.   object EditOEM: TEdit
  113.     Left = 116
  114.     Top = 136
  115.     Width = 121
  116.     Height = 21
  117.     ReadOnly = True
  118.     TabOrder = 4
  119.     Text = 'EditOEM'
  120.   end
  121.   object EditVolLabel: TEdit
  122.     Left = 116
  123.     Top = 156
  124.     Width = 121
  125.     Height = 21
  126.     ReadOnly = True
  127.     TabOrder = 5
  128.     Text = 'EditVolLabel'
  129.   end
  130.   object EditTotalSec: TEdit
  131.     Left = 116
  132.     Top = 76
  133.     Width = 121
  134.     Height = 21
  135.     ReadOnly = True
  136.     TabOrder = 6
  137.     Text = 'EditTotalSec'
  138.   end
  139.   object ListView1: TListView
  140.     Left = 264
  141.     Top = 28
  142.     Width = 277
  143.     Height = 221
  144.     Columns = <
  145.       item
  146.         Caption = 'Name'
  147.         Width = 100
  148.       end
  149.       item
  150.         Caption = 'Size'
  151.       end
  152.       item
  153.         Caption = 'Date modified'
  154.         Width = 100
  155.       end>
  156.     SmallImages = MainForm.ImageListSmallFolders
  157.     SortType = stText
  158.     TabOrder = 7
  159.     ViewStyle = vsReport
  160.   end
  161. end
  162.